home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / FLTK-1.0.6 / test / demo.menu < prev    next >
Encoding:
Text File  |  1999-02-22  |  1.7 KB  |  82 lines

  1. # Menu description file for the generic demo program
  2. #
  3. # Each line consists of three fields, separated by :
  4. #
  5. # - menu name    : To which the item belongs (starts with @)
  6. # - item name    : Placed on button. (use \n for newline)
  7. # - command name: To be executed. Use a menu name to define a submenu.
  8. #
  9. # @main indicates the main menu.
  10. #
  11.  
  12. @main:Widget\nTests:@x
  13.     @x:Fl_Browser:browser
  14.     @x:Fl_Input:input
  15.     @x:Fl_Output:output
  16.     @x:Fl_Button:radio
  17.     @x:Fl_Tabs:tabs
  18.     @x:Fl_Tile:tile
  19.     @x:Fl_Scroll:scroll
  20.     @x:Fl_Pack:pack
  21.     @x:Fl_Menu:menubar
  22.  
  23. @main:Window\nTests:@w
  24.     @w:overlay:overlay
  25.     @w:subwindow:subwindow
  26.     @w:double\nbuffer:doublebuffer
  27.     @w:GL window:cube
  28.     @w:GL overlay:gl_overlay
  29.     @w:iconize:iconize
  30.     @w:fullscreen:fullscreen
  31.     @w:resizable:resizebox
  32.     @w:resize:resize
  33.  
  34. @main:Drawing\nTests:@d
  35.     @d:Fl_Bitmap:bitmap
  36.     @d:Fl_Pixmap:pixmap
  37.     @d:Fl_Image:image
  38.     @d:pixmap\nbrowser:pixmap_browser
  39.     @d:cursor:cursor
  40.     @d:labels:label
  41.     @d:fl_arc:arc
  42.     @d:fl_curve:curve
  43.     @d:fonts:fonts
  44.  
  45. @main:Events:@u
  46.     @u:navigation:navigation
  47.     @u:minimum update:minimum
  48.     @u:keyboard:keyboard
  49.     @u:fast & slow widgets:fast_slow
  50.     @u:inactive:inactive
  51.  
  52. @main:Fluid\n(UI design tool):../fluid/fluid valuators.fl
  53.  
  54. @main:Cool\nDemos:@e
  55.     @e:X Color\nBrowser:colbrowser
  56.     @e:Mandelbrot:mandelbrot
  57.     @e:Fractals:fractals
  58.     @e:Puzzle:glpuzzle
  59.     @e:shiny\nOpenGL\nbuttons:shiny
  60.     @e:Checkers:checkers
  61.  
  62. @main:Other\nTests:@o
  63.     @o:color choosers:color_chooser r
  64.     @o:file chooser:file_chooser
  65.     @o:XForms Emulation:forms
  66.  
  67. @main:Tutorial\nfrom\nManual:@j
  68.     @j:ask\n(modified):ask
  69.     @j:button:button
  70.     @j:CubeView:CubeView
  71.     @j:editor:editor editor.cxx
  72.     @j:hello:hello
  73.     @j:shape:shape
  74.  
  75. @main:Images\nfor\nManual:@i
  76.     @i:valuators:valuators
  77.     @i:symbols:symbols
  78.     @i:buttons:buttons
  79.     @i:clock:clock
  80.     @i:popups:message
  81.     @i:boxtypes:boxtype
  82.